home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Language/OS - Multiplatform Resource Library
/
LANGUAGE OS.iso
/
glass
/
glass.lha
/
GLASS
/
tmpas
/
plot.ds
< prev
next >
Wrap
Text File
|
1990-10-02
|
176b
|
8 lines
|| File: plot.ds
|| representation of plot data
plot ::=
Mark mtype:int mpoints:[xypoint] |
Line lcolor:int lthick:int lpoints:[xypoint] ;
xypoint == (x:int, y:int) ;